home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / netinclude / devices / sana2specialstats.i < prev   
Text File  |  1993-06-04  |  1KB  |  48 lines

  1.     IFND    SANA2_SANA2SPECIALSTATS_I
  2. SANA2_SANA2SPECIALSTATS_I    SET    1
  3. **
  4. **    $Filename: devices/sana2specialstats.i $
  5. **    $Revision: 1.1 $
  6. **    $Date: 1993/06/04 11:16:15 $
  7. **
  8. **    Defined ids for SANA-II special statistics.
  9. **
  10. **
  11. **    (C) Copyright 1991 Commodore-Amiga Inc.
  12. **        All Rights Reserved
  13. **
  14.  
  15.  
  16.     IFND    SANA2_SANA2DEVICE_I
  17.     INCLUDE    "sana2/sana2device.i"
  18.     ENDC    !SANA2_SANA2DEVICE_I
  19.  
  20. ;
  21. ; The SANA-II special statistic identifier is an unsigned 32 number.
  22. ; The upper 16 bits identify the type of network wire type to which
  23. ; the statistic applies and the lower 16 bits identify the particular
  24. ; statistic.
  25. ;
  26.  
  27. ; If you'd like to add new statistic identifiers, contact CATS.
  28.  
  29. ;
  30. ; defined ethernet special statistics
  31. ;
  32.  
  33. S2SS_ETHERNET_BADMULTICAST    EQU    ((((S2WIRETYPE_ETHERNET)&$ffff)<<16)|$0000)
  34. ;
  35. ; This count will record the number of times a received packet tripped
  36. ; the hardware's multicast filtering mechanism but was not actually in
  37. ; the current multicast table.
  38. ;
  39.  
  40. S2SS_ETHERNET_RETRIES        EQU    ((((S2WIRETYPE_ETHERNET)&$ffff)<<16)|$0001)
  41. ;
  42. ; This count records the total number of retries which have resulted
  43. ; from transmissions on this board.
  44. ;
  45.  
  46.  
  47.     ENDC    SANA2_SANA2SPECIALSTATS_I
  48.